home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / adatask.tpl < prev    next >
Text File  |  1993-02-17  |  95b  |  9 lines

  1. TASK $ IS
  2.     ENTRY _;
  3. END;
  4.  
  5. TASK BODY _ IS
  6.     -- Declarative part
  7. BEGIN
  8.     -- statements
  9. END;